home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / misc / unix / sploinerppc.readme < prev   
Encoding:
Text File  |  1998-10-31  |  3.7 KB  |  93 lines

  1. Short:    Split,Join&Recover PowerUP/WarpOS/020
  2. Author:   Richard Jørgensen, Jarmo Laakkonen (PPC port)
  3. Uploader: Jarmo Laakkonen (jami@dlc.fi)
  4. Type:     misc/unix
  5.  
  6. This is a port of the sploiner program by Richard Joergensen for PowerUP
  7. amigas. I also included MS-DOS and SPARC versions from original sploiner.lha
  8. archive and compiled a special version for 68020. Comes with full
  9. source which should compile out of the box with latest SAS/C. WarpOS
  10. version is compiled with VBCC.
  11.  
  12. From original readme:
  13.  
  14. Description:
  15. ============
  16.   This tool is for splitting up large files and rejoining them later, to
  17.   facilitate transportation of large files on floppy disks.
  18.  
  19.   It also offers error recovery, so a faulty disk no longer means lost data.
  20.  
  21.  
  22. Functions:
  23. ==========
  24.   - Split a large file into a several smaller files.
  25.  
  26.   - Join a set of smaller files to one large file. (like cat, join etc.)
  27.  
  28.   - Recreate a lost file by using the other files, and an extra file of
  29.     error recovery information.
  30.  
  31.  
  32. New in PPC version:
  33.  
  34. -You can specify the file buffer size with -b option
  35.  
  36. -Default split buffer size is now 45000 bytes and join buffer size is
  37. 50000 bytes.
  38.  
  39. -New switch -q. When used the byte counter isn't shown while splitting.
  40.  
  41. Note about the WarpOS version:
  42.  
  43. Due to compiler trouble the WarpOS version doesn't support changing the
  44. buffer size and it is always set to 20000 bytes when splitting and
  45. 15000 bytes when joining. Also writing of shadowfiles is not supported
  46. and you can't use repair (quite obvious as you can't write the shadow file).
  47. Even because of this the WarpOS version is as fast as the PowerUP version
  48. except for joining. I think this is because WarpOS has faster context
  49. switches compared to PowerUP software.
  50.  
  51. I don't know if I've found a bug in VBCC WarpOS but it seems that fwrite()
  52. fails when trying to write more than 20000 bytes at once. Of course it
  53. could be that I'm doing something wrong but VBCC compiles the sources
  54. just fine for m68k and PowerUP.
  55.  
  56. Jarmo Laakkonen
  57. 04-Oct-1998
  58.  
  59.  
  60. ============================= Archive contents =============================
  61.  
  62. Original  Packed Ratio    Date     Time    Name
  63. -------- ------- ----- --------- --------  -------------
  64.      697     325 53.3% 04-Oct-98 12:50:06 +common.h
  65.     1854     647 65.1% 01-Oct-98 13:03:28 +getbuff.c
  66.      149      93 37.5% 07-Sep-95 21:25:14 +getbuff.h
  67.     8428    2972 64.7% 07-Sep-95 21:25:12 +getopt.c
  68.     3025     954 68.4% 07-Sep-95 21:25:14 +getopt.h
  69.     1719     745 56.6% 04-Oct-98 12:44:48 +join.c
  70.       35      35  0.0% 07-Sep-95 21:25:14 +join.h
  71.    25040   13410 46.4% 04-Oct-98 18:21:52 +sploiner
  72.      834     282 66.1% 04-Oct-98 18:33:42 +makefile.wos
  73.   104964   59922 42.9% 30-Nov-95 15:32:46 +SPLOINER.EXE
  74.    64358   25938 59.6% 04-Oct-98 18:22:38 +sploiner
  75.     1809     753 58.3% 05-Oct-95 22:18:36 +Readme.original
  76.     1507     798 47.0% 01-Oct-98 14:39:00 +Readme.txt
  77.      751     414 44.8% 04-Oct-98 18:32:30 +Readme.WarpOS
  78.     1251     552 55.8% 26-Sep-95 17:01:36 +repair.c
  79.       37      37  0.0% 07-Sep-95 21:25:14 +repair.h
  80.      160      96 40.0% 01-Oct-98 12:09:08 +SCOPTIONS
  81.      934     305 67.3% 04-Oct-98 18:18:10 +smakefile.m68k
  82.     1285     425 66.9% 04-Oct-98 18:25:56 +smakefile.ppc
  83.    32768    8577 73.8% 30-Nov-95 15:45:08 +sploiner.sparc
  84.     4141    1529 63.0% 04-Oct-98 12:35:42 +split.c
  85.      254     188 25.9% 04-Oct-98 12:29:48 +split.h
  86.     1598     777 51.3% 04-Oct-98 13:07:12 +sploiner.c
  87.     2012    1018 49.4% 04-Oct-98 18:04:02 +sploinerppc.readme
  88.    10694    2659 75.1% 01-Oct-98 12:11:50 +usage.c
  89.      139      70 49.6% 07-Sep-95 21:25:14 +usage.h
  90.    30984   13551 56.2% 04-Oct-98 18:35:00 +sploiner
  91. -------- ------- ----- --------- --------
  92.   301427  137072 54.5% 07-Oct-98 00:57:30   27 files
  93.